mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
cgen: improve support for v -path bootstrap_alternative_backend/ run simple.v
(#23679)
This commit is contained in:
parent
089778e55e
commit
adbc869626
4 changed files with 25 additions and 12 deletions
|
@ -158,7 +158,3 @@ fn __exit(code int) {
|
|||
fn __qsort(base voidptr, nmemb usize, size usize, sort_cb FnSortCB) {
|
||||
panic('qsort() is not yet implemented in `-freestanding`')
|
||||
}
|
||||
|
||||
fn init_global_allocator() {
|
||||
// global_allocator = dlmalloc.new(get_wasm_allocator())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue