Skip to content

Where can one publish the wasm files to be used on Ruby on Rails projects? #812

Closed Answered by SerratedSharp
benkoshy asked this question in Q&A
Discussion options

You must be logged in to vote

I could be missing the mark on what you're trying to accomplish, but hopefully this will clear a few things up.

There's not any special server side requirements because the files don't run server side, and are downloaded like regular file downloads, i.e. static file hosting. There's really no need for a ASP.NET host. For example I have a WASM bootstrap demo running in Github.io which is nothing but a static file host with no server side code. See https://serratedsharp.github.io/CSharpWasmJQueryDemo/ and note in network tab of browser console the *.clr WASM files being downloaded. I think it's similar to your request in that I have a LuhnCheckDigit calculation implemented in .NET WASM that…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@sasakrsmanovic
Comment options

@benkoshy
Comment options

@sasakrsmanovic
Comment options

@agneszitte
Comment options

@benkoshy
Comment options

Answer selected by benkoshy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants