-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Build for WebAssembly #105
Comments
I wouldn't say it's impossible to make it work, because there are a lot of "features" that gate varyous pieces of code. However I doubt it would work without some serious effort. (I think the main issue would be the fact that it uses the standard allocator for memory management.) Could you detail perhaps your intended use-case? |
Yes, and thanks for the blazingly fast response! I will look into it a bit and post here if I make some progress. |
If you want to give it a try, you can take a look at the extensive set of features, and start adding them incrementally until something breaks, or until you get what you need: Lines 115 to 708 in b7f8d69
For example start with the minimum of Most likely you'll have to write a custom vonuvoli-scheme/sources/tools_interpreter.rs Lines 109 to 163 in b7f8d69
|
Hi,
Wonder if this scheme interpreter works compiling and running in native wasm (target "wasm32-unknown-unknown")?
The text was updated successfully, but these errors were encountered: