mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
contextless fixes for js
This commit is contained in:
@@ -3,8 +3,8 @@ package runtime
|
||||
|
||||
init_default_context_for_js: Context
|
||||
@(init, private="file")
|
||||
init_default_context :: proc() {
|
||||
init_default_context_for_js = context
|
||||
init_default_context :: proc "contextless" () {
|
||||
__init_context(&init_default_context_for_js)
|
||||
}
|
||||
|
||||
@(export)
|
||||
|
||||
Reference in New Issue
Block a user