We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
freestanding_wasm32
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
Compiling for freestanding_wasm32 currently results in some debug prints followed by an assertion.
odin build main.odin -target=freestanding_wasm32 -no-entry-point
package main @export add :: proc(a, b: i32) -> i32 { return a + b }
[DEBUG] 9007199254740992 int -> 4 G:\Dropbox\bin\odin\src\llvm_backend_const.cpp(335): Assertion Failure: `sz >= max_count` max_count: 7, sz: 4, written: 0
The text was updated successfully, but these errors were encountered:
Same for OSX 10.13
Sorry, something went wrong.
@thebirk the newest builds are working for me on Mac for both feestanding_wasm32 and js_wasm32, try again with a new version of the compiler
No branches or pull requests
Context
Failure Information (for bugs)
Compiling for freestanding_wasm32 currently results in some debug prints followed by an assertion.
Steps to Reproduce
odin build main.odin -target=freestanding_wasm32 -no-entry-point
Failure Logs
The text was updated successfully, but these errors were encountered: